Bulk create SpotNegotiations for a Shipment

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

Request Body schema: application/json
required
additional_customer_users
required
Array of strings <uuid>
message
string or null
solicited_users
required
Array of strings <uuid>
special_instructions
string or null
Responses
201

List of newly created negotiations

Response Schema: application/json
Array
carrier_status
string or null
Enum: "ACTIVE" "INACTIVE" "DO_NOT_USE"
closed_by_customer_at
string or null <date-time>
closed_by_vendor_at
string or null <date-time>
created_at
string or null <date-time>
object (SlimCompany)
id
string or null <uuid>
required
Array of objects (User)
required
Array of objects (User)
is_most_recent_winner
boolean
message_count
integer or null
Array of objects (Quote)

Optional list of quotes included on this spot negotiation

updated_at
string or null <date-time>
object (SlimCompany)
default

Default error response

post/quoting/spotnegotiations/shipments/{shipmentId}/spot-negotiations/
Request samples
application/json
{
  • "additional_customer_users": [
    ],
  • "message": "string",
  • "solicited_users": [
    ],
  • "special_instructions": "string"
}
Response samples
application/json
[
  • {
    }
]
Copyright © Shipwell 2024. All right reserved.